home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 27 / develop issue 27 code / internet config assistant / internetassistantprefix.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-30  |  76 b   |  9 lines

  1.  
  2. #define NDEBUG
  3.  
  4. #ifdef NDEBUG
  5. #define DEBUG 0
  6. #else
  7. #define DEBUG 1
  8. #endif
  9.